ComponentOne Bitmap for UWP
CopyPixels<T>(T[]) Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels<T>(T[]) Method
The destination array. The size of the array must be sizeof(pixel) * Width * Height

Instructs the object to produce pixels.

Syntax
'Declaration
 
Public Overloads Sub CopyPixels(Of T As {New, Struct})( _
   ByVal output() As T _
) 
public void CopyPixels<T>( 
   T[] output
)
where T: new(), struct

Parameters

output
The destination array. The size of the array must be sizeof(pixel) * Width * Height

Type Parameters

T
See Also

Reference

BitmapSource Class
BitmapSource Members
Overload List